projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77fc78
)
repo: newlines
author
Felix Krull
<f_krull@gmx.de>
Tue, 9 Oct 2018 21:07:07 +0000
(23:07 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/libostree/src/repo.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/libostree/src/repo.rs
b/rust-bindings/rust/libostree/src/repo.rs
index 64e62a94e57189021d319f870c2589304b2a680d..eef5ff1988b4c482097b5cb412659230c34a0832 100644
(file)
--- a/
rust-bindings/rust/libostree/src/repo.rs
+++ b/
rust-bindings/rust/libostree/src/repo.rs
@@
-34,11
+34,13
@@
pub trait RepoExtManual {
maxdepth: i32,
cancellable: P
) -> Result<HashSet<ObjectName>, Error>;
+
fn list_refs<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
&self,
refspec_prefix: P,
cancellable: Q
) -> Result<HashMap<String, String>, Error>;
+
fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
&self,
refspec_prefix: P,